public class CiscoGSMMediaCapability extends CiscoMediaCapability
The CiscoGSMMediaCapability
object specifies the properties for a GSM encoded RTP
stream. Applications that support GSM media termination use this object to specify their
preferred packet size when registering a CiscoMediaTerminal
.
The default packet size is thirty milliseconds.
Modifier and Type | Field and Description |
---|---|
static int |
FRAMESIZE_EIGHTY_MILLISECOND_PACKET
RTP Packet Framesize: Eighty millisecond RTP packet
|
G711_64K_30_MILLISECONDS, G723_6K_30_MILLISECONDS, G729_30_MILLISECONDS, GSM_80_MILLISECONDS, ISAC, WIDEBAND_256K_10_MILLISECONDS
Constructor and Description |
---|
CiscoGSMMediaCapability()
Constructs a CiscoGSMMediaCapability
|
CiscoGSMMediaCapability(int rtpPacketFrameSize)
Constructs a CiscoGSMMediaCapability
|
getMaxFramesPerPacket, getPayloadType, isSupported, toString
public static final int FRAMESIZE_EIGHTY_MILLISECOND_PACKET